LEADTOOLS (Leadtools assembly)

MoveItem Method

Show in webframe







The 0-based index specifying the location of the item to be moved.
The 0-based index specifying the new location of the item.
Moves the item at the specified index to a new location in the collection.
Syntax
protected virtual void MoveItem( 
   int oldIndex,
   int newIndex
)
'Declaration
 
Protected Overridable Sub MoveItem( _
   ByVal oldIndex As Integer, _
   ByVal newIndex As Integer _
) 
'Usage
 
Dim instance As LeadCollection(Of T)
Dim oldIndex As Integer
Dim newIndex As Integer
 
instance.MoveItem(oldIndex, newIndex)
protected virtual void MoveItem( 
   int oldIndex,
   int newIndex
)

            

            
 function Leadtools.LeadCollection.MoveItem( 
   oldIndex ,
   newIndex 
)
protected:
virtual void MoveItem( 
   int oldIndex,
   int newIndex
) 

Parameters

oldIndex
The 0-based index specifying the location of the item to be moved.
newIndex
The 0-based index specifying the new location of the item.
Remarks

This method raises the CollectionChanged event with Move action.

Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Class
LeadCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.